home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Formula1.swf / scripts / DefineButton2_375 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-07-27  |  705 b   |  9 lines

  1. on(release){
  2.    loadVariablesNum("http://vodafone.panlogic.co.uk/challenge_friend.html",0);
  3.    randyurl = random(1000);
  4.    loadVariablesNum("http://vodafone.panlogic.co.uk/vodafone/servlet/vodafone?flag=1&url=forward to friend&rand=" add randyurl,0);
  5.    var subject = "Bet you can\'t beat my fastest lap...";
  6.    var body = "I\'ve just played this superb Vodafone Ferrari F1 racing game and my fastest lap was " add eval("/:best_lap") add " secs. That\'s put me at position " add _root.controller.position add " on the leaderboard.%0D %0A %0D %0ASee if you can beat me...%0D %0A %0D %0AClick http://vodafone.panlogic.co.uk to play.";
  7.    getURL("mailto:?subject=" + subject + "&body=" + body,"");
  8. }
  9.